新年明けましておめでとうございます。
いつもご覧いただきありがとうございます。
今年も宜しくお願い申し上げます。
今年も皆様のご健康を心よりお祈り申し上げます。
/?php
if (in_category('blog')) :
comments_template('', true);
endif;
?>
/?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
if (in_category('blog')) :
comments_template('', true);
endif;
endif;
?>